Legacy version of enum "kanzi.ResourceManager.LoadTask.Type". More...
Public Member Functions | |
ResourceLoadTaskType (int value) | |
Constructs a ResourceLoadTaskType of an integer value. More... | |
ResourceLoadTaskType (ResourceLoadTaskType enum_) | |
Constructs a copy of a ResourceLoadTaskType object. More... | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static ResourceLoadTaskType | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. More... | |
static ResourceLoadTaskType | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
FinishOnly =(1) | |
Load task type which does everything in the finishFunction only. More... | |
LoadAndFinish =(0) | |
Load task type with both loadFunction and finishFunction parts. | |
Legacy version of enum "kanzi.ResourceManager.LoadTask.Type".
The type of the load task.
ResourceLoadTaskType | ( | int | value | ) |
Constructs a ResourceLoadTaskType of an integer value.
value | Integer value to convert to enumeration constant. |
ResourceLoadTaskType | ( | ResourceLoadTaskType | enum_ | ) |
Constructs a copy of a ResourceLoadTaskType object.
enum_ | ResourceLoadTaskType to be copy constructed. |
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
swigValue | Integer value to convert to enumeration constant. |
final int swigValue | ( | ) |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |
FinishOnly =(1) |
Load task type which does everything in the finishFunction only.
The loadFunction is guaranteed to be not called for such tasks.